std.vita.endian

Undocumented in source.

Members

Functions

htonl
uint32_t htonl(uint32_t _x)

Ps vita is little endian

htons
uint16_t htons(uint16_t _x)
Undocumented in source. Be warned that the author may not have intended to support it.
ntohl
uint32_t ntohl(uint32_t _x)
Undocumented in source. Be warned that the author may not have intended to support it.
ntohs
uint16_t ntohs(uint16_t _x)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

__bswap16
uint16_t __bswap16(uint16_t _x)
Undocumented in source. Be warned that the author may not have intended to support it.
__bswap32
uint32_t __bswap32(uint32_t _x)
Undocumented in source. Be warned that the author may not have intended to support it.
__bswap64
uint64_t __bswap64(uint64_t _x)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta